var runtime.startingStackSize
7 uses
runtime (current package)
metrics.go#L328: out.scalar = uint64(startingStackSize)
proc.go#L5327: if stksize != uintptr(startingStackSize) {
proc.go#L5385: if gp.stack.lo != 0 && gp.stack.hi-gp.stack.lo != uintptr(startingStackSize) {
proc.go#L5403: gp.stack = stackalloc(startingStackSize)
stack.go#L1368: var startingStackSize uint32 = fixedStack
stack.go#L1394: startingStackSize = fixedStack
stack.go#L1407: startingStackSize = uint32(round2(int32(avg)))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)